home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / maxfreq2.zip / REQDAILY.BAT < prev    next >
DOS Batch File  |  1996-06-11  |  323b  |  11 lines

  1. @echo off
  2. echo.
  3. echo MAXFREQ v2.0 - Offline File Request System by John Medland 1:250/840 
  4. echo Running daily maintenance...
  5. cd \max\maxfreq
  6. if exist reqmaint.bat call reqmaint.bat
  7. if exist reqmain.bat call reqmain.bat
  8. if exist reqmain.bat del reqmain.bat
  9. echo Done!
  10. echo.
  11.